Skip to content

Conversation

@ailuropoda0
Copy link

improve communication part, refactor code, and update README

README.md Outdated
thing = Thing("thing-id", "thing-name", "thing-kind")
```
You can only use Thing as either an input component(sensor) or an output component.
If your thing has both properties and actions, it acts as an input component.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if these kinds of thing can be used as both input/output component

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have checked a Thing instance can be both input and output component.
But I think I can only use a Thing instance as either input or output component in a project page.

So I rewrite this part like the below.

A Thing instance can have both properties and actions. But you can only use it as either an input component or an output component in each project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants